From 80ae271d20c8f12c6993213664a1587f423c06b9 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Wed, 5 Aug 2009 14:39:46 +0100 Subject: [PATCH] Revert to pulling QEMU GIT repo via HTTP. Signed-off-by: Keir Fraser --- Config.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Config.mk b/Config.mk index ba798fce8e..9d358750a6 100644 --- a/Config.mk +++ b/Config.mk @@ -141,7 +141,9 @@ XEN_EXTFILES_URL=http://xenbits.xensource.com/xen-extfiles # the internet. The original download URL is preserved as a comment # near the place in the Xen Makefiles where the file is used. -QEMU_REMOTE=git://xenbits.xensource.com/qemu-xen-unstable.git +# GIT protocol can be faster than HTTP, if your firewall lets it through. +# QEMU_REMOTE=git://xenbits.xensource.com/qemu-xen-unstable.git +QEMU_REMOTE=http://xenbits.xensource.com/git-http/qemu-xen-unstable.git # Specify which qemu-dm to use. This may be `ioemu' to use the old # Mercurial in-tree version, or a local directory, or a git URL. -- 2.30.2